Skip to content

Add create_release.yml#39

Merged
RussBerg merged 1 commit intomasterfrom
add-create_release.yml
Oct 15, 2025
Merged

Add create_release.yml#39
RussBerg merged 1 commit intomasterfrom
add-create_release.yml

Conversation

@RussBerg
Copy link
Collaborator

Automate releases, it will parse the commit message title and description for a PR and increment the major, minor and patch (major.minor.patch) numbers in the following way:

  • if the word major appears it will set minor and patch to 0 and increment the major number
  • if the word minor appears it will set the patch number to 0 and increment the minor number
  • if neither major or minor appear it will increment the patch number

@RussBerg RussBerg merged commit 23b5a95 into master Oct 15, 2025
1 check passed
@RussBerg RussBerg deleted the add-create_release.yml branch October 16, 2025 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant